C1.Web.Mvc Namespace / ChartAxis<T> Class / Max Property

In This Topic
Max Property (ChartAxis<T>)
In This Topic
Gets or sets the maximum value shown on the axis. If not set, the maximum is calculated automatically.
Syntax
'Declaration
 
Public Property Max As Object
 
Remarks
The value can be a number or a DateTime object (for time-based data).
See Also